Don't unnecessarily clear background twice in no EXPOSE_MASK case
authorAlexander Larsson <alexl@redhat.com>
Sun, 19 Feb 2012 10:55:22 +0000 (11:55 +0100)
committerAlexander Larsson <alexl@redhat.com>
Sun, 19 Feb 2012 10:55:22 +0000 (11:55 +0100)
commitfcb58f3c83e8c525c6b2fb09eef9732a96714f08
treee964fd14e6524a676118a6b2b567bd96820f04ba
parente3da2f55ea66758309a89ebc43b766b442fe03ef
Don't unnecessarily clear background twice in no EXPOSE_MASK case

We already clear in begin_paint, no need to do it again. In fact, this
will get the wrong result if the background has alpha.
gdk/gdkwindow.c